object F_Info: TF_Info Left = 175 Top = 136 BorderStyle = bsDialog Caption = 'Image info' ClientHeight = 353 ClientWidth = 450 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object P_Form: TPanel Left = 0 Top = 0 Width = 440 Height = 330 BevelOuter = bvNone TabOrder = 0 object P_Panel: TPanel Left = 5 Top = 5 Width = 212 Height = 316 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object I_Thumb: TImage Left = 10 Top = 10 Width = 192 Height = 128 Center = True end object L_PieceNumCap: TLabel Left = 18 Top = 160 Width = 44 Height = 16 Caption = 'Pieces:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_PieceNum: TLabel Left = 165 Top = 160 Width = 21 Height = 16 Alignment = taRightJustify Caption = '999' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_Rotation: TLabel Left = 18 Top = 233 Width = 48 Height = 16 Caption = 'Rotation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_Edgeless: TLabel Left = 82 Top = 233 Width = 54 Height = 16 Caption = 'Edgeless' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_UnsolvedPieceNumCap: TLabel Left = 18 Top = 185 Width = 98 Height = 16 Caption = 'Unsolved pieces:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_UnsolvedPieceNum: TLabel Left = 165 Top = 185 Width = 21 Height = 16 Alignment = taRightJustify Caption = '999' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 0 Top = 148 Width = 212 Height = 2 end object Bevel2: TBevel Left = 0 Top = 268 Width = 212 Height = 2 end object L_JigCap: TLabel Left = 18 Top = 283 Width = 43 Height = 16 Caption = 'Jigsaw:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_Jig: TLabel Left = 70 Top = 283 Width = 133 Height = 16 AutoSize = False Caption = 'arearea.jg3' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object L_Classic: TLabel Left = 154 Top = 233 Width = 43 Height = 16 Caption = 'Classic' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel3: TBevel Left = 0 Top = 212 Width = 212 Height = 2 end end object M_Info: TMemo Left = 224 Top = 5 Width = 209 Height = 276 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( '') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 1 OnKeyPress = FormKeyPress end object B_Ok: TButton Left = 224 Top = 292 Width = 209 Height = 29 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 2 OnKeyPress = FormKeyPress end end end